getTextVisibleLineContent

abstract fun getTextVisibleLineContent(block: DesignBlock, lineIndex: Int): String

Returns the text content of the given visible line of the text block.

Return

the text content of the line.

Parameters

block

the text block whose line content should be returned.

lineIndex

the index of the line whose content should be returned.